Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update shivammathur/setup-php action to v2.25.1 #437

Merged
merged 1 commit into from
Apr 21, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
shivammathur/setup-php action minor 2.24.0 -> 2.25.1

Release Notes

shivammathur/setup-php

v2.25.1

Compare Source

Changelog

  • Fixed regression in support for event extension in 2.25.0 (#​722).
  • Added fallback to GitHub API in Add-DebugSymbols on Windows.
  • Updated Node.js dependencies.

Full Changelog: shivammathur/setup-php@2.25.0...2.25.1

Follow for updates

setup-php reddit setup-php twitter setup-php status

v2.25.0

Compare Source

Changelog

  • Dropped support for Ubuntu 18.04. (#​717)
    Please use ubuntu-22.04 or ubuntu-20.04 runners.
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-22.04

### or

- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
  • Added support for php-version-file input to read the input PHP version from a file Docs. (#​690)

    Example: If you have a file .php-version in your file structure with the PHP version as its content, you can use the php-version-file input.

- name: Checkout
  uses: actions/checkout@v3

- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version-file: .php-version
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    extensions: intl-73.1
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    extensions: snmp, uuid
  • Added retry logic across Windows to decrease the network failure rate. (#​700, #​711)

  • Switched to using phpenmod script to enable extensions on Linux.

  • Switched to using Write-Error instead of Exit on Windows as that did not stop the workflow on errors. (#​709)

  • Improved support for relay extension. #​719

  • Fixed support for zts build of zephir_parser extension. #​701

  • Fixed parameters in the xargs call. #​712

  • Fixed minor shellcheck error.

  • Fixed the wrapper used to install Debian packages to check for broken package failures.

  • Fixed the JIT config set up to match the docs.

  • Updated Node.js dependencies.

Full Changelog: shivammathur/setup-php@2.24.0...2.25.0

Contributions

New Contributors

Thanks! for the contribution 🎉

Follow for updates

setup-php reddit setup-php twitter setup-php status


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions
Copy link

github-actions bot commented Apr 17, 2023

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

.github/workflows/ci.yml
.github/workflows/e2e.yml
.github/workflows/lint.yml
.github/workflows/static-code-analysis.yml

@renovate renovate bot changed the title chore(deps): update shivammathur/setup-php action to v2.25.0 chore(deps): update shivammathur/setup-php action to v2.25.1 Apr 19, 2023
@renovate renovate bot force-pushed the renovate/shivammathur-setup-php-2.x branch 2 times, most recently from 84f813d to 3039d52 Compare April 21, 2023 10:37
@sjinks sjinks force-pushed the renovate/shivammathur-setup-php-2.x branch from 3039d52 to 3a60dfc Compare April 21, 2023 10:40
@sjinks sjinks enabled auto-merge April 21, 2023 10:40
@renovate renovate bot force-pushed the renovate/shivammathur-setup-php-2.x branch from 3a60dfc to e70349e Compare April 21, 2023 10:41
@renovate renovate bot force-pushed the renovate/shivammathur-setup-php-2.x branch from e70349e to 7b765a3 Compare April 21, 2023 10:43
@sjinks sjinks merged commit a2db7c4 into master Apr 21, 2023
@sjinks sjinks deleted the renovate/shivammathur-setup-php-2.x branch April 21, 2023 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant